Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / executions / {executionId} / config

Path parameters:
realm - realm name (not id!)
executionId -

Sub-Resources
Resources
NameDescription
{id}

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/executions/{executionId}/config 

Method Detail

POST /admin/realms/{realm}/authentication/executions/{executionId}/config

HTTP Example:
POST /admin/realms/{realm}/authentication/executions/{executionId}/config
API Example:

AuthenticationManagementResource.newExecutionConfig({'realm': /* name realm name (not id!) */,
  'executionId': …,
  '$entity': …});

Input:
AuthenticatorConfigModel
Output:
Response
Consumes:
application/json

Keycloak REST Services 1.5.0-Final